home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
100 Plus Great Games 2
/
100PLUSV2.BIN
/
games
/
SlightOHand.dxr
/
Internal_6_restart game.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2002-01-31
|
263 b
|
15 lines
property pButton, spriteNum
on beginSprite me
pButton = sprite(spriteNum)
end
on mouseDown me
if (the timeOutList).count > 0 then
repeat with i = 1 to (the timeOutList).count
(the timeOutList)[i].forget()
end repeat
end if
go("first")
end